home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / PC Tools Firewall Plus 4 / fwinstall.exe / {cf} / PC Tools / NDIS / InstallNDIS2000 / pctdriver_m.inf < prev    next >
Windows Setup INFormation  |  2008-07-17  |  1KB  |  50 lines

  1. ; pctdriver miniport
  2. ; Copyright (c) 2000 - PCTools
  3.  
  4. [Version]
  5. signature  = "$Windows NT$"
  6. Class      = Net
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider   = %PCTools% 
  9. DriverVer  = 07/16/2008,4.0.0.41
  10. CatalogFile= pctfw.cat
  11. [ControlFlags]
  12. ExcludeFromSelect = s4e_pctdrivermp
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir=12
  16. ; No files to copy 
  17.  
  18. [Manufacturer]
  19. %PCTools% = PCTOOLS
  20.  
  21. [PCTOOLS]
  22. %pctdriverMP_Desc% = PCTOOLDriverMP.ndi, s4e_pctdrivermp
  23.  
  24. [PCTOOLDriverMP.ndi]
  25. AddReg  = PCTOOLDriverMP.ndi.AddReg
  26. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  27.  
  28. [PCTOOLDriverMP.ndi.AddReg]
  29. HKR, Ndi, Service,  0,  SFilter
  30.  
  31. [PCTOOLDriverMP.ndi.Services]
  32. AddService = SFilter,0x2, pctdriverMP.AddService
  33.  
  34.  
  35. [pctdriverMP.AddService]
  36. DisplayName    = %pctdriverMP_Desc%
  37. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  38. StartType      = 3 ;SERVICE_DEMAND_START
  39. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  40. ServiceBinary  = %12%\pctfw.sys
  41. LoadOrderGroup = PNP_TDI
  42. AddReg         = pctdriverMP.AddService.AddReg
  43.  
  44. [pctdriverMP.AddService.AddReg]
  45. ;None
  46.  
  47. [Strings]
  48. PCTools = "PCTools"
  49. pctdriverMP_Desc = "PCTools Driver"
  50.